DataSource for Entity Framework in WPF
C1.Data Namespace / ProgressiveView<T> Class / LoadSize Property

In This Topic
    LoadSize Property (ProgressiveView<T>)
    In This Topic
    Gets or sets the size of a page. To disable progressive loading, set this property to 0.
    Syntax
    'Declaration
     
    Public Property LoadSize As Integer
    public int LoadSize {get; set;}
    See Also